home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Modules / BackSpaceModules / Source / MazeView / MazeInspector.nib / data.classes next >
Text File  |  1994-01-12  |  1KB  |  80 lines

  1. MazeView = {
  2.     ACTIONS = {
  3.     takeWallColorFrom:;
  4.     hideCredits:;
  5.     doRandomColorSwitch:;
  6.     showCredits:;
  7.     doSpeedSlider:;
  8.     inspector:;
  9.     doHideCredits:;
  10.     takePathColorFrom:;
  11.     doShowCredits:;
  12.     };
  13.     OUTLETS = {
  14.     panelMazeView;
  15.     panelCreditsView;
  16.     panelPathColorWell;
  17.     randomColorSwitch;
  18.     panelSpeedSlider;
  19.     sharedInspectorPanel;
  20.     panelWallColorWell;
  21.     };
  22.     SUPERCLASS = View;
  23. };
  24. FirstResponder = {
  25.     ACTIONS = {
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29. StaticMazeView = {
  30.     ACTIONS = {
  31.     };
  32.     OUTLETS = {
  33.     };
  34.     SUPERCLASS = MazeView;
  35. };
  36. Thinker = {
  37.     ACTIONS = {
  38.     revertToDefaultImage:;
  39.     changeScreenSaverSetting:;
  40.     changeWindowType:;
  41.     appDidInit:;
  42.     appDidUnhide:;
  43.     doScreenSaver:;
  44.     changeSliderValue:;
  45.     appDidHide:;
  46.     setImageFileFrom:;
  47.     showFakeScreenSaver:;
  48.     changeScreenLockerSetting:;
  49.     setBackgroundColor:;
  50.     selectRealViewIndex:;
  51.     maybeDoScreenSaver:;
  52.     };
  53.     OUTLETS = {
  54.     commonImageInspector;
  55.     priorityLevel;
  56.     moduleList;
  57.     screenLocker;
  58.     mySlider;
  59.     myColorWell;
  60.     password;
  61.     screenSaver;
  62.     spaceInspector;
  63.     oldInspectorOwner;
  64.     windMatrix;
  65.     invisibleInspectorBox;
  66.     currentInspector;
  67.     imageView;
  68.     bigUnbufferedWindow;
  69.     spaceView;
  70.     screenList;
  71.     nullInspector;
  72.     normalWindow;
  73.     viewSelectionBrowser;
  74.     image;
  75.     spaceWindow;
  76.     bigBufferedWindow;
  77.     };
  78.     SUPERCLASS = Object;
  79. };
  80.